Fix some typos
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Nov 2007 18:59:49 +0000 (18:59 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Nov 2007 18:59:49 +0000 (18:59 +0000)
svn path=/trunk/; revision=19006

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtknotebook.sgml
docs/reference/gtk/tmpl/gtkradiobutton.sgml

index 395448bcafacf873f6b4c689fe99a0f480bd1140..96978dc9527ed78ec0f46bd62823235a9324de05 100644 (file)
@@ -1,3 +1,9 @@
+2007-11-19  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/tmpl/gtknotebook.sgml:
+       * gtk/tmpl/gtkradiobutton.sgml: Fix typos.  (#494905,
+       Olivier Delhomme)
+
 2007-11-19  Matthias Clasen <mclasen@redhat.com>
 
        * gtk/tmpl/gtkaboutdialog.sgml: Add some hints about
index d50827b8de014f0f13a12ededb022767bd352650..712b117395aa07ea72a12faa22e7e8cbc3eb8961 100644 (file)
@@ -13,10 +13,10 @@ can be switched between using tab labels along one edge.
 There are many configuration options for #GtkNotebook. Among other
 things, you can choose on which edge the tabs appear
 (see gtk_notebook_set_tab_pos()), whether, if there are too many
-tabs to fit the noteobook should be made bigger or scrolling
+tabs to fit the notebook should be made bigger or scrolling
 arrows added (see gtk_notebook_set_scrollable), and whether there
 will be a popup menu allowing the users to switch pages.
-(see gtk_notebook_enable_popup(), gtk_noteobook_disable_popup())
+(see gtk_notebook_popup_enable(), gtk_notebook_popup_disable())
 </para>
 
 <refsect2 id="GtkNotebook-BUILDER-UI">
index 002b1d0d75c691919638dd4202f56ecf34a09bec..02600b03d725d52852900fd6adfca1655a1ef5b4 100644 (file)
@@ -124,8 +124,8 @@ then be packed into the radio button.
 
 <!-- ##### FUNCTION gtk_radio_button_new_from_widget ##### -->
 <para>
-Creates a new #GtkRadioButton, adding it to the same group as @group. As
-with gtk_radio_button_new(), a widget should be packed into the radio button.
+Creates a new #GtkRadioButton, adding it to the same group as @radio_group_member.
+As with gtk_radio_button_new(), a widget should be packed into the radio button.
 </para>
 
 @radio_group_member: 
@@ -148,10 +148,10 @@ group.
 <!-- ##### FUNCTION gtk_radio_button_new_with_label_from_widget ##### -->
 <para>
 Creates a new #GtkRadioButton with a text label, adding it to the same group
-as @group.
+as @radio_group_member.
 </para>
 
-@radio_group_member: 
+@radio_group_member: widget to get radio group from or NULL
 @label: a text string to display next to the radio button.
 @Returns: a new radio button.
 <!-- # Unused Parameters # -->